home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / lookfor < prev    next >
Encoding:
Text File  |  1994-09-27  |  142 b   |  10 lines  |  [TEXT/ttxt]

  1. #!/bin/csh
  2. #
  3. #
  4. # look for the argument in source files.
  5. # useful for finding all references of a function, etc.
  6. #
  7.  
  8. cd $Y2
  9. fgrep -i $1 */*.scm
  10.